GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-10T18:42:56.8308242+00:00",
"SubmitDate": "2025-12-10T18:42:56.8308242+00:00",
"ReportPeriodStart": "2025-12-10T18:42:56.8308242+00:00",
"ReportPeriodEnd": "2025-12-10T18:42:56.8308242+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "19a7ec57-eabf-4465-a0a2-332c235e5a24",
"Rows": [
{
"ItemId": "677c1d7e-435e-457a-8f9e-be95809115f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "677c1d7e-435e-457a-8f9e-be95809115f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "19a7ec57-eabf-4465-a0a2-332c235e5a24",
"Rows": [
{
"ItemId": "677c1d7e-435e-457a-8f9e-be95809115f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "677c1d7e-435e-457a-8f9e-be95809115f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8c386019-abb0-4c38-9a53-5134b2b75c10",
"1e2db647-8a23-446b-8507-769c94e57ea8"
],
"Approvers": [
"3e41ae53-5a07-4f27-9301-4500a70b14bf",
"ebb5335e-3c96-488c-b293-02bd04715c89"
],
"ApprovedBy": "394c278f-3d0b-4986-9b02-ff18b2fef08b",
"ApprovalDate": "2025-12-10T18:42:56.8308242+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e613926c-c888-4c55-a451-7a6c80ca4245",
"id": "834ea2d6-a63b-471d-83af-e78472749b10",
"ConfigId": "0940f32e-5649-461b-ac9f-cc86903531f7"
},
{
"GenerationDate": "2025-12-10T18:42:56.8308242+00:00",
"SubmitDate": "2025-12-10T18:42:56.8308242+00:00",
"ReportPeriodStart": "2025-12-10T18:42:56.8308242+00:00",
"ReportPeriodEnd": "2025-12-10T18:42:56.8308242+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "19a7ec57-eabf-4465-a0a2-332c235e5a24",
"Rows": [
{
"ItemId": "677c1d7e-435e-457a-8f9e-be95809115f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "677c1d7e-435e-457a-8f9e-be95809115f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "19a7ec57-eabf-4465-a0a2-332c235e5a24",
"Rows": [
{
"ItemId": "677c1d7e-435e-457a-8f9e-be95809115f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "677c1d7e-435e-457a-8f9e-be95809115f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8c386019-abb0-4c38-9a53-5134b2b75c10",
"1e2db647-8a23-446b-8507-769c94e57ea8"
],
"Approvers": [
"3e41ae53-5a07-4f27-9301-4500a70b14bf",
"ebb5335e-3c96-488c-b293-02bd04715c89"
],
"ApprovedBy": "394c278f-3d0b-4986-9b02-ff18b2fef08b",
"ApprovalDate": "2025-12-10T18:42:56.8308242+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e613926c-c888-4c55-a451-7a6c80ca4245",
"id": "834ea2d6-a63b-471d-83af-e78472749b10",
"ConfigId": "0940f32e-5649-461b-ac9f-cc86903531f7"
}
]